Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BC-8168 - Implementing video conferences in FE and remaining issues #5420

Merged
merged 15 commits into from
Jan 17, 2025

Conversation

uidp
Copy link
Contributor

@uidp uidp commented Jan 9, 2025

Description

Implementing video conferences in FE and remaining issues

Links to Tickets or other pull requests

BC-8168

hpi-schul-cloud/nuxt-client#3480

hpi-schul-cloud/dof_app_deploy#1086

Approval for review

  • DEV: If api was changed - generate-client:server was executed in vue frontend and changes were tested and put in a PR with the same branch name.
  • QA: In addition to review, the code has been manually tested (if manual testing is possible)
  • All points were discussed with the ticket creator, support-team or product owner. The code upholds all quality guidelines from the PR-template.


return board;
return { board, features };
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this seems to be the simplest solution to just add the features in the initial response.

we should not really follow strict rest as we are building an interactive web app and not a static directory

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mean adding it to ColumnBoard? That would mean altering the domain object.


if (
this.isVideoConferenceEnabledForConfig() &&
(await this.isVideoConferenceEnabledForSchool(course.school.id)) &&
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

silly observation, but await inside if statement shoudl be avoided

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will keep an eye on that. Should work for now I think.

};

describe('when video conference is enabled for course', () => {
describe('and video conference is enabled for school and config', () => {
Copy link
Contributor

@virgilchiriac virgilchiriac Jan 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

too many nested describe is also a bit confusing. Better having them separated with their own setup

@MartinSchuhmacher MartinSchuhmacher merged commit 8b2c27d into main Jan 17, 2025
76 checks passed
@MartinSchuhmacher MartinSchuhmacher deleted the BC-8168-bbb-finalize branch January 17, 2025 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants